home *** CD-ROM | disk | FTP | other *** search
/ ftp.editplus.com / 2015-02-07.ftp.editplus.com.tar / ftp.editplus.com / epp312.exe / [0] / editplus.exe / MANIFEST / 1
Extensible Markup Language  |  2009-12-02  |  1KB  |  70 lines

  1. <?xml version="1.0" encoding="UTF-8" standalone="yes"?>
  2.  
  3. <assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
  4.  
  5. <assemblyIdentity
  6.  
  7.     version="1.0.0.0"
  8.  
  9.     processorArchitecture="X86"
  10.  
  11.     name="ES-Computing.EditPlus.EditPlus"
  12.  
  13.     type="win32"
  14.  
  15. />
  16.  
  17. <description>EditPlus Text and HTML Editor for Windows</description>
  18.  
  19. <dependency>
  20.  
  21.     <dependentAssembly>
  22.  
  23.         <assemblyIdentity
  24.  
  25.             type="win32"
  26.  
  27.             name="Microsoft.Windows.Common-Controls"
  28.  
  29.             version="6.0.0.0"
  30.  
  31.             processorArchitecture="X86"
  32.  
  33.             publicKeyToken="6595b64144ccf1df"
  34.  
  35.             language="*"
  36.  
  37.         />
  38.  
  39.     </dependentAssembly>
  40.  
  41. </dependency>
  42.  
  43. <trustInfo xmlns="urn:schemas-microsoft-com:asm.v3">
  44.     <security>
  45.       <requestedPrivileges>
  46.         <requestedExecutionLevel
  47.           level="asInvoker"
  48.           uiAccess="false"/>
  49.       </requestedPrivileges>
  50.      </security>
  51. </trustInfo>
  52.  
  53. <compatibility xmlns="urn:schemas-microsoft-com:compatibility.v1">
  54.  
  55.   <application>
  56.  
  57.     <!--The ID below indicates application support for Windows Vista -->
  58.  
  59.       <supportedOS Id="{e2011457-1546-43c5-a5fe-008deee3d3f0}"/>
  60.  
  61.     <!--The ID below indicates application support for Windows 7 -->
  62.  
  63.       <supportedOS Id="{35138b9a-5d96-4fbd-8e2d-a2440225f93a}"/>
  64.  
  65.   </application>
  66.  
  67. </compatibility>
  68.  
  69. </assembly>
  70.